long xInside;
Inside margin (or left margin for single-sided publications) in twips
long yTop;
Top margin in twips
long xOutside;
Outside margin (or right margin for single-sided publications) in twips
long yBottom;
Bottom margin in twipsTo change page margins, use the PPageMargins command.
Example.
PGetPageMargins pageMargins;
long width = pageMargins.xOutside - pageMargins.xInside;
Comments or suggestions? Contact Adobe Developer Support